[PATCH v3 4/7] math: Fix isnanf128 static build
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 2 Apr 2024 14:06:41 +0000 (11:06 -0300)
committerAurelien Jarno <aurel32@debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
commit78aa52bd39f12c98200a5b8ab0629e7da93c4594
tree9203b51883da5f357e340f6d9e90995b75ccb5da
parente3ac643f6ceb5df66715e9da1c15e1ff797582b0
[PATCH v3 4/7] math: Fix isnanf128 static build

Message-Id: <20240402140644.2172819-5-adhemerval.zanella@linaro.org>

Some static implementation of float128 routines might call __isnanf128,
which is not provided by the static object.

Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name submitted-static-isnanf128.diff
sysdeps/ieee754/float128/float128_private.h
sysdeps/ieee754/float128/s_isnanf128.c